Software Development
Introduction to ASP.NET Core 1.0 and MVC
Developing ASP.NET Core 1.0 and MVC Applications
Introduction to ASP.NET Core 1.0

Developing ASP.NET Core 1.0 and MVC Applications

Course Number:
sd_adnm_a02_it_enus
Lesson Objectives

Developing ASP.NET Core 1.0 and MVC Applications

  • start the course
  • configure middleware to handle session state in ASP.NET Core 1.0 applications
  • create custom middleware and inject it into the pipeline for ASP.NET Core 1.0
  • migrate existing HTTP modules to ASP.NET Core 1.0 middleware
  • describe how the out-of-box dependency injection (DI) container works
  • register components into the dependency injection (DI) container for use in an ASP.NET Core 1.0 application
  • use components from the dependency injection (DI) container injected into the constructor of consuming classes in ASP.NET Core 1.0
  • use components from the dependency injection (DI) container injected into properties of consuming classes
  • perform unit testing of classes that depend on injected dependencies
  • replace the out-of-box dependency injection (DI) container with an alternative one
  • work with out-of-box exception handling tools for ASP.NET Core 1.0
  • access detailed exception information for an ASP.NET Core 1.0 application
  • use the Runtime Info page to view runtime details of an ASP.NET Core 1.0 web application
  • recognize the logging infrastructure and hooks built into ASP.NET Core 1.0, and use a default logger
  • configure the TraceSource logger for an ASP.NET Core 1.0 application
  • identify the various logging levels in ASP.NET Core 1.0
  • configure a third-party logger for an ASP.NET Core 1.0 application
  • identify new features of ASP.NET Core 1.0 MVC
  • describe the differences between Web API 2 as a standalone framework and ASP.NET Core 1.0 MVC
  • work with controllers that do not inherit from the base Controller classes in ASP.NET Core 1.0 MVC
  • access ASP.NET Core 1.0 services from within ASP.NET Core 1.0 MVC views
  • describe the uses of ASP.NET Core 1.0 MVC tag helpers
  • use the environment tag helper in ASP.NET Core 1.0 MVC to adjust the behavior and output of views based on the runtime environment
  • create a custom ASP.NET Core 1.0 MVC tag helper
  • describe the built-in Link and Script Tag helpers in ASP.NET Core 1.0 MVC
  • describe view components and how to use them in ASP.NET Core 1.0 MVC
  • create and use a view component in ASP.NET Core 1.0 MVC
  • create an asynchronous view component in ASP.NET Core 1.0 MVC
  • create an ASP.NET Core 1.0 MVC web application

Overview/Description
The ASP.NET Core 1.0, previously known as ASP.NET 5, framework introduces a number of new capabilities for configuring and working with web applications. In this course, you'll move beyond setting up a simple ASP.NET Core 1.0 site to configuring middleware, dependency injection, exception handling and logging, and caching for ASP.NET Core 1.0 web applications. You'll also learn about what's new specifically in ASP.NET Core 1.0 MVC, previously known as MVC 6. This course is one of a series in the SkillSoft learning path that covers the new features of ASP.NET Core 1.0 and MVC Core 1.0.

Target Audience
Developers wanting to become familiar with the ASP.NET Core 1.0 web development platform and tools and the MVC Core 1.0 framework that runs on top of it.

Introduction to ASP.NET Core 1.0

Course Number:
sd_adnm_a01_it_enus
Lesson Objectives

Introduction to ASP.NET Core 1.0

  • start the course
  • recognize the implications of the change to an open-source model for ASP.NET
  • describe the features and use of .NET Core, a runtime that can be targeted by ASP.NET Core 1.0 applications
  • describe the features and use of the DNX execution environment with ASP.NET Core 1.0
  • recognize what an ASP.NET Core 1.0 application looks like on disk when compiled for DNX
  • debug the changes in running code using Roslyn, the .NET Compiler Platform
  • describe the new file and project structure for ASP.NET Core 1.0 applications, in Visual Studio and on disk
  • target specific .NET versions and types and switch between them
  • use the project.json file to modify project settings
  • render a default Start page for an ASP.NET Core 1.0 web application
  • use the new primary startup mechanism for ASP.NET Core 1.0 applications
  • use the Configure method to determine how an ASP.NET 5 application responds to requests
  • use the ConfigureServices method to configure services used by an ASP.NET Core 1.0 application
  • recognize the roles that services play in ASP.NET Core 1.0 projects and explain how services are incorporated in ASP.NET 5 applications
  • describe and use appropriate lifetime options for ASP.NET Core 1.0 services
  • distinguish between request and application services
  • create custom ASP.NET Core 1.0 services
  • design services for ASP.NET Core 1.0 applications so they can be consumed using built-in dependency injection mechanisms
  • describe the role of the Web.config file and use it to configure an ASP.NET Core 1.0 application
  • use the config.json file to configure an ASP.NET Core 1.0 application
  • use environment variables to configure an ASP.NET Core 1.0 application in Visual Studio
  • use built-in ASP.NET Core 1.0 tools to create a strongly typed configuration object
  • configure environment variables for an Azure web site
  • recognize the roles of middleware in ASP.NET Core 1.0
  • configure middleware to enable an ASP.NET Core 1.0 application to handle requests for static files
  • configure middleware to enable an ASP.NET Core 1.0 application to support directory browsing
  • create a simple ASP.NET Core 1.0 web site in Visual Studio 2015

Overview/Description
ASP.NET Core 1.0, previously known as ASP.NET 5, is the latest open-source version of the popular ASP.NET web development framework. In this course, you'll be introduced to the core features of ASP.NET Core 1.0. You'll also learn how to get started with ASP.NET Core 1.0, creating and configuring a simple web application, as well as ASP.NET Core 1.0 services and middleware. This course is one of a series in the SkillSoft learning path that covers the features of ASP.NET Core 1.0 and ASP.NET Core 1.0 MVC, previously known as MVC 6.

Target Audience
Developers wanting to become familiar with the ASP.NET Core 1.0 web development platform and tools and the ASP.NET Core 1.0 MVC framework that runs on top of it.

Close Chat Live